DisplayListType Enumeration
Represents whether a list of values that occurs within a condition is displayed in the UI wile entering a cell value.
Namespace: Independentsoft.Office.OdfAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum DisplayListType
Public Enumeration DisplayListType
| Unsorted | 0 |
The list values are displayed in the order they occur in the condition.
|
| SortAscending | 1 |
The list values are displayed in ascending order.
|
| None | 2 |
The list values are not displayed.
|